Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
| Attribute | Value |
|---|---|
| Connector ID | CyberArkAuditCCPDefinition |
| Publisher | Microsoft |
| Used in Solutions | CyberArkAudit |
| Collection Method | CCF |
| Connector Definition Files | CyberArkAudit_DataConnectorDefinition.json |
| CCF Configuration | CyberArkAudit_PollingConfig.json |
| CCF Capabilities | OAuth2, POST, Nested |
The CyberArk Audit data connector enables Microsoft Sentinel to ingest security event logs and other events from the CyberArk Audit service via REST API. This integration helps you detect potential security risks, monitor user activity, analyze collaboration patterns, troubleshoot configuration issues, and gain deeper insights into your environment.
This connector ingests data into the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
CyberArk_AuditEvents_CL |
? | ✓ | ? |
💡 Tip: Tables with Ingestion API support allow data ingestion via the Azure Monitor Data Collector API, which also enables custom transformations during ingestion.
Resource Provider Permissions: - Workspace (Workspace): Read and Write permissions are required.
Custom Permissions: - CyberArk Audit Service Platform: Access to perform required configurations in CyberArk Audit platform
⚠️ Note: These instructions were automatically generated from the connector's user interface definition file using AI and may not be fully accurate. Please verify all configuration steps in the Microsoft Sentinel portal.
1. Connect to CyberArk Audit API to start collecting event logs in Microsoft Sentinel
Follow the steps below to integrate Microsoft Sentinel with CyberArk Audit and enable centralized monitoring of system and user activities within Microsoft Sentinel. You can also refer to the CyberArk Audit documentation and follow till Step 5.
Administration.My environment > Integrations > Export to SIEM.Create > Create SIEM integrationCreate a SIEM integration page, select the Identity Administration link to create an OAuth server web in Identity Administration.Identity Administration page, from the left menu select Apps & Widgets > Web AppsAdd Web Apps and create an OAuth2 server type web app from the Custom tab.CyberArkAuditforMicrosoftSentinel in the ApplicationID and Name fields.Tokens tab, ensure that the value in the Token Type field is jwtR256 and only the Client Creds authorization method is selected.Add in the Scope tab and enter isp.audit.events:read.Advanced tab, copy and paste the following script and then click Save. setClaim('tenant_id', TenantData.Get("CybrTenantID"));
setClaim('aud', 'cyberark.isp.audit');
Save.Core Services > Users, select Add User.Account section, enter the Login name and Display name as MicrosoftSentinel. Add a new password or generate the password automatically.OAuth confidential client.Application Settings tab, click Add.CyberArkAuditforMicrosoftSentinel application. This is the name you created in the web service.CyberArkAuditforMicrosoftSentinel web app you created.Permissions tab, click Add to find your user MicrosoftSentinel and then click Add.Administration.My environment > Integrations > Export to SIEM.Create > Create SIEM integration.Microsoft Sentinel Integration and optionally add a description.Apply.Note: Copy all the details you captured in the previous steps and connect with the CyberArk Audit service. - OAuth2 Server App Name: e.g. AuditforMicrosoftSentinel - Audit API Key: (password field) - Identity Endpoint: e.g. kln9281.id.cyberark.cloud - Audit API Base URL: e.g. org-test.audit.cyberark.cloud - Audit Query Filter Action (Optional): e.g. {"op":"include","params":["cloud.core.login","cloud.core.mfasummary"]} - Audit Query Filter Application Code (Optional): e.g. {"op":"include","params":["IDP","CMS"]} - Audit Query Filter Audit Type (Optional): e.g. {"op":"include","params":["Failure"]} - OAuth Configuration: - Oauth Username - Oauth Password - Click 'Connect' to authenticate
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊